projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1487b57
)
(init_casetab_once): Call set_case_table.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Sep 2006 12:11:17 +0000
(12:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Sep 2006 12:11:17 +0000
(12:11 +0000)
src/casetab.c
patch
|
blob
|
history
diff --git
a/src/casetab.c
b/src/casetab.c
index 5483f5663faae88115dffc922c0d5ec1e145104c..8c46ab11c601c90674361dcac25384c6af7096fb 100644
(file)
--- a/
src/casetab.c
+++ b/
src/casetab.c
@@
-262,6
+262,9
@@
init_casetab_once ()
: i)));
XCHAR_TABLE (down)->extras[2] = Fcopy_sequence (up);
+
+ /* Fill in what isn't filled in. */
+ set_case_table (down, 1);
}
void